-
-
Notifications
You must be signed in to change notification settings - Fork 281
Add Ruby + PostgreSQL quickstart guide #773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Ruby + PostgreSQL quickstart guide #773
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a new Ruby (Sinatra) + PostgreSQL quickstart and wires it into the Quickstarts UI and sidebar so users can discover and follow the guide.
Changes:
- Added a new Ruby (Sinatra) + PostgreSQL Books CRUD quickstart doc (Docker + Local flows).
- Added “Ruby” to the Quickstart language filter UI and registered Ruby quickstart entries in the list.
- Added a Ruby category under QuickStarts in the v4.0.0 sidebar.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| versioned_sidebars/version-4.0.0-sidebars.json | Adds Ruby category + doc entry under QuickStarts for v4.0.0 navigation. |
| versioned_docs/version-4.0.0/quickstart/ruby-sinatra-postgres.md | New Ruby+Postgres quickstart guide content (Docker + Local). |
| src/components/QuickStartList.js | Registers Ruby quickstarts (Docker + Local) in the Quickstarts catalog. |
| src/components/QuickStartFilter.js | Adds Ruby as a selectable language with icon/color in the filter UI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
versioned_docs/version-4.0.0/quickstart/ruby-sinatra-postgres.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/quickstart/ruby-sinatra-postgres.md
Outdated
Show resolved
Hide resolved
d1b6200 to
4f2b408
Compare
|
@copilot open a new pull request to apply changes based on the comments in this thread |
1 similar comment
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Achanandhi-M
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Nsanjayboruds , thanks a lot for adding the changes—really appreciate the effort. There are a few small things that still need to be added; you can use this guide as a reference: https://github.com/keploy/docs/blob/main/ADDING_A_QUICKSTART.md
Also, if possible, could you please include a short video showcasing your changes? That would be very helpful
8d671ce to
eadbf29
Compare
hey @Achanandhi-M i added a video showcasing my change |
Signed-off-by: Nsanjayboruds <nishantborude555@gmail.com>
7219218 to
ba4b880
Compare
Signed-off-by: Nsanjayboruds <nishantborude555@gmail.com>
23f225c to
0718d0a
Compare
Add Ruby + PostgreSQL Quickstart Guide
📝 Description
This PR adds a comprehensive quickstart guide for Ruby (Sinatra) with PostgreSQL integration, demonstrating how to use Keploy for automated API testing with Ruby applications.
🎯 Changes Made
✅ Created new quickstart documentation:
ruby-sinatra-postgres.md✅ Added Ruby language support to
QuickStartFilter.js✅ Registered quickstart in
QuickStartList.js✅ Updated sidebar navigation in
version-4.0.0-sidebars.json🔗 Related Repository
Sample application repository: https://github.com/Nsanjayboruds/keploy-ruby-postgresql-quickstart
✅ Pre-submission Checklist
npm run buildsuccessful)📸 Preview
The quickstart covers:
🙏 Additional Notes
This is my first contribution to Keploy docs. Looking forward to feedback and happy to make any requested changes!